Non-dynamic CMS [closed]

Posted by user20457 on Pro Webmasters See other posts from Pro Webmasters or by user20457
Published on 2012-12-06T14:31:13Z Indexed on 2012/12/06 17:22 UTC
Read the original article Hit count: 209

Filed under:
|
|
|
|

Some of the web sites I visit every day (news, sports, etc..), although the content changes very often (several times per day), the URLs always have .html extension, what makes me thing that the content has been generated once, and then published as a static page, rather than generated in every call, or even cached in memory.

For example, the fictitious site "mysports.com" have a "futbol.html" page, and then yesterday Messi gets injured and they have another thing to put in that page, then I presume they post the new item in their CMS system, and automatically a publishing action is triggered aftewards that recreates "futbol.html" in a CDN with the new item and probably discard the oldest one. Then the ETag changes and clients will get the new page if they try to access it. (the site is fictitious but this is what I believe happened yesterday in the sports site I read)

This would fit in the CQRS approach, and I presume they have a huge performance.

I know lots of CMS (WP, Drupal, BlogEngine.net, DNN, etc...), but I have never seen any able of doing this, or at least, I was not aware this feautre.

How are called those distributed CMS? Which are the most well known?

Cheers.

© Pro Webmasters or respective owner

Related posts about cms

Related posts about cache